home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970929-19971216 / 000325_news@newsmaster….columbia.edu _Fri Nov 28 11:02:13 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA01497
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 28 Nov 1997 11:02:12 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA03656
  7.     for kermit.misc@watsun; Fri, 28 Nov 1997 11:02:12 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Kermit 3.15 Beep?
  12. Date: 28 Nov 1997 16:02:11 GMT
  13. Organization: Columbia University
  14. Lines: 15
  15. Message-ID: <65mpu3$fta$1@apakabar.cc.columbia.edu>
  16. References: <65lppj$d0g$1@goanna.cs.rmit.edu.au>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8115
  19.  
  20. In article <65lppj$d0g$1@goanna.cs.rmit.edu.au>,
  21. Ross Irvine <rwi@yallara.cs.rmit.edu.au> wrote:
  22. : I have a kermit for DOS 3.15 that is set for a port speed of 115k using 
  23. : cts/rts flow control.
  24. : When I'm receiving data and it's displaying on the screen kermit's 
  25. : beeping at me? Could it be the PC is not keeping up with the 115k 
  26. : terminal speed or is it something else?
  27. The beep in this case indicates that the UART was was overrun.  Either it's
  28. not a buffered UART, or your PC is too slow or overloaded, or there is some
  29. other form of contention.  You'll need to use a lower speed, like 57600 
  30. or less, or get a buffered UART or a faster PC.
  31.  
  32. - Frank